home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / ava40.zip / QUESTION.AVA < prev    next >
Text File  |  1991-02-13  |  4KB  |  100 lines

  1.  
  2. Questions from SysOps
  3. ---------------------
  4.  
  5.  
  6.     Q: Whenever a new caller accesses AVA, he is returned to the BBS after 
  7.        AVA tells him that he is already a verified user, but not taking him
  8.        through the call back verification process.  Obviously he is not 
  9.        verified so what's happening?
  10.  
  11.     A: This is a common question.  You must ensure that the security level
  12.        you have defined for your new callers is lower than the security level
  13.        you have defined for minimum access.  If your new callers are security
  14.        level 5 and minimum access security level is 2, AVA will assume that
  15.        your new callers have already been verified.
  16.  
  17.     Q: Lately, while a caller is online, an error message 'Error [5] in line 
  18.        5000' is printed on the screen.  What is that?
  19.  
  20.     A: An error 5 is defined as an Illegal Function Call.  Basically this is
  21.        a catch-all error whenever a specific error number cannot be assigned 
  22.        to the current error.  However, we are aware of what is causing this 
  23.        error and have corrected it in version 2.5.  It does not affect the 
  24.        program or verification in anyway.  This error is usually generated 
  25.        when the caller is returning to your BBS.
  26.  
  27.     Q: Do you have any plans for bilingual support?
  28.  
  29.     A: As the code stands now, it will take a massive re-write.  However,
  30.        the possibility of using external text files for menus and such has 
  31.        been placed on our 'to do' list.
  32.  
  33.     Q: I run RemoteAccess.  I have been evaluating AVA and it works great!
  34.        However, AVA does not seem to support RA's telephone number formats.
  35.        I do use external utilities to convert to Quick format but that's a
  36.        hassle.  Will AVA ever support free style phone number formats?
  37.  
  38.     A: Done!  AVA version 3.01 will now catch and convert free style formats
  39.        into a format that AVA understands.  No more need for external 
  40.        converters.
  41.  
  42.     Q: I am currently using AVA 3.01.  I like what you have done!  I have a 
  43.        question, will I be able to use my current registration number?
  44.  
  45.     A: Yes.  If there had been a change in the registration number algorithm, 
  46.        I would have noted it in the WhatsNew.Ava text file.  All registration 
  47.        numbers issued for AVA v2.5 and above will work with current versions 
  48.        unless otherwise noted.
  49.  
  50.     A: Before AVA calls the caller back, what happens if someone else calls to 
  51.        log onto the bbs?
  52.  
  53.     Q: AVA will test the ring status of the comm port to insure that the line
  54.        is clear and that no one is calling in before attempting to dial out.
  55.        If AVA detects that there is an incoming call, AVA will pause and wait
  56.        till the line is clear again.
  57.  
  58.     Q: I am confused about how to setup and use the Flags in AVACFG.  How do
  59.        they work?
  60.  
  61.     A: By choosing a Flag in AVACFG - AVA TOGGLES the status of that flag.
  62.        Example:
  63.  
  64.  
  65.        User Flags in QuickBBS/RemoteAccess before AVA is run:
  66.  
  67.        Flags A: -------X
  68.  
  69.        User Flags in AVACFG:
  70.  
  71.        Flags A: -------X
  72.  
  73.        User Flags in QuickBBS/RemoteAccess AFTER AVA is run:
  74.  
  75.        Flags A: --------
  76.  
  77.  
  78.        As you can see - AVA toggled Flag A8 from ON to OFF since it was
  79.        selected in AVACFG.  The exact opposite would happen if A8 was initially
  80.        OFF:
  81.  
  82.  
  83.        User Flags in QuickBBS/RemoteAccess before AVA is run:
  84.  
  85.        Flags A: --------
  86.  
  87.        User Flags in AVACFG:
  88.  
  89.        Flags A: -------X
  90.  
  91.        User Flags in QuickBBS/RemoteAccess AFTER AVA is run:
  92.  
  93.        Flags A: -------X
  94.  
  95.  
  96.        So as you can see - AVA TOGGLES the status of the Flag depending upon
  97.        its INITIAL setting.
  98.  
  99.  
  100.